throw e;
}
}
retry(stop, notify, e);
} catch (DownloadIOCodeError e) {
if (retry(e))
retry(stop, notify, e);
} catch (DownloadMultipartError e) {
checkFileNotFound(e);
checkRetry(e);
retry(stop, notify, e);
} catch (DownloadIOCodeError e) {
if (retry(e))
retry(stop, notify, e);